C1.Win.C1DX.4.8 Assembly / C1.Util.DX.Direct2D Namespace / EffectContext Class / GetMaximumSupportedFeatureLevel Method / GetMaximumSupportedFeatureLevel(FeatureLevel[]) Method
An array of feature levels

In This Topic
GetMaximumSupportedFeatureLevel(FeatureLevel[]) Method
In This Topic
Gets the maximum feature level supported by this instance.
Syntax
'Declaration
 
Public Overloads Function GetMaximumSupportedFeatureLevel( _
   ByVal featureLevels() As FeatureLevel _
) As FeatureLevel
 

Parameters

featureLevels
An array of feature levels

Return Value

The maximum feature level selected from the array
See Also